home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00003_Script_~bio close button < prev    next >
Text File  |  1997-07-29  |  299b  |  16 lines

  1. global sub_open
  2.  
  3. on mousedown
  4.   trackbutton the clickon, cast "close down"
  5. end
  6.  
  7. on mouseUp
  8.   waitcursor
  9.   if sub_open = TRUE then bio_sub_off
  10.   if rollover(17) then
  11.     leave_bio
  12.   else
  13.     if the puppet of sprite 26 = 1 then set the movierate of sprite 26 = 1
  14.   end if
  15.   cursor 0
  16. end